.bread-crumbs {
	height: 45px;
	font-size: 0;
	background-color: #e1e1e1;
	min-width: 1280px;
}

.bread-crumbs-container {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	/* font-family: "FZLTXI"; */
}

.index-crumbs {
	margin-left: 15px;
}

.index-crumbs,.sectionName-crumbs,.brandName-crumbs,.mainTitle-crumbs {
	cursor: pointer;
}

.separator {
	margin-left: 10px;
	margin-right: 10px;
}
.productShow {
	/* height: 645px; */
	/* font-size: medium; */
	background-color: rgb(245,245,245);
	min-width: 1280px;
}
.productcontentshow {
	font-size: medium;
}

.productcontentshow >img{
	width:1280px;
}

.productcontentshow>a>img{
	width:1280px;
}

.product-detail {
	/* height: 645px; */
	min-height: 645px;
	font-size: 0;
	background-color: white;
	min-width: 1280px;
}

.productDetail-left {
	position: relative;
	text-align: center;
}

.productImg {
	margin-top: 20px;
   /*  width: 498px;
    display: inline-flex;
    overflow-x: scroll; */
}

.productImg img {
	width: 95px;
	margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #bfbdbd;
}

.productImg>img:hover {
	border-color: #ff6700;
}

.productHugeImg {
	height: 425px;
	margin-top:50px;
}

.productHugeImg>img {
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.productDetail-container {
	height:100%;
	background-color: white;
}

.productDetail-left-container {
	width:580px;
	height:100%;
}

.productDetail-right-container {
	width:700px;
	height:100%;
	padding-left: 155px;
  padding-top: 70px;
}

.productDetail-item {
	width: 328px;
	/* height: 38px; */
}

.itemName {
	background-color: #a7a6a6;
	width: 80px;
	color: white;
	height: 100%;
	line-height: 38px;
  text-align: center;
  border: 1px solid #a7a6a6;
  border-right: none;
}

.itemData {
	width: 248px;
	height: 100%;
	color: #757373;
	line-height: 38px;
  padding-left: 15px;
  border: 1px solid #a7a6a6;
}

.productDetail-buy {
	width: 180px;
	height: 55px;
	background-color: #e68343;
	text-align: center;
	line-height: 55px;
	color: white;
	/* font-family: "FZLTH"; */
	font-size: 24px;
	margin-top: 40px;
	cursor: pointer;
}

.product-AnchorPoint {
  font-size: 0;
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  background-color: white;
  margin-top: 3px;
  /* margin-bottom: 3px; */
  /* box-shadow: 0 1px 2px #ddd; */
  /* z-index: 99; */
}

.AnchorPoint-detail {
	position: relative;
	display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  /* font-family: "FZLTXI"; */
  line-height: 50px;
  width: 100px;
}

.AnchorPoint-parameter {
	position: relative;
	display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  /* font-family: "FZLTXI"; */
  line-height: 50px;
  width: 100px;
}

.AnchorPoint-detail:hover,.AnchorPoint-parameter:hover {
	color: #e68343;
}

.separate {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 50px;
}

.product-AnchorPointFix {
	position: fixed;
	top: 0;
	z-index: 55;
	left: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 1px 2px #ddd;
  z-index:99;
}

.AnchorPoint {
	position:absolute;
	width:100px;
	height:50px;
	left:0;
	top:0;
}

.detailNew {
	text-align:center;
}

.detailNew>img {
	width: 750px;
}
.detailNew img {
	width:750px;
}